- Reworked to use your match_domid suggestion and filtering
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Sat, 11 Mar 2006 10:45:10 +0000 (11:45 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Sat, 11 Mar 2006 10:45:10 +0000 (11:45 +0100)
commit99aa5b9d69b46c50992e61ab4dbf6e6b1946f606
treefe1825b1e62f3b72543085fcd328d81cacf981e1
parentac66d2a120f8071db5c0b602a43c7215e8dd4206
- Reworked to use your match_domid suggestion and filtering
- Aligned output and help to fit within 80 char limit
- User now deals in milliseconds instead of nanoseconds
- Fixed some missing parens in tests (I had pushed stale versions)
- Updated tests to deal with period/slice/latency in ms

root@bebop:~/xm-test.sedf/tests/sedf # xm sched-sedf
Name                              ID Period(ms) Slice(ms) Lat(ms) Extra Weight
Domain-0                           0      20.0      15.0     0.0      1      0

Signed-off-by: Ryan Harper <ryanh@us.ibm.com>
tools/python/xen/xm/main.py
tools/xm-test/tests/sedf/01_sedf_period_slice_pos.py
tools/xm-test/tests/sedf/02_sedf_period_lower_neg.py
tools/xm-test/tests/sedf/03_sedf_slice_lower_neg.py
tools/xm-test/tests/sedf/04_sedf_slice_upper_neg.py
tools/xm-test/tests/sedf/05_sedf_extratime_pos.py
tools/xm-test/tests/sedf/06_sedf_extratime_disable_neg.py